fix(routeros): replace lab LAGs with plain VLAN 30 tagged ports - #15
Merged
Conversation
LACP never converged: the E810 hosts run the ice driver in Safe Mode (IncusOS ships no DDP firmware) and never received switch LACPDUs (PHY-level RX blackhole: 25G DACs at 10G, hosts request RS-FEC, switch negotiates none). Hosts move to active-backup bonds; the switch needs no LAG - six plain bridge ports with VLAN 30 tagged, mirroring the proven nas01 port 7 configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drops the three 802.3ad bonds in favor of plain tagged bridge ports for the lab SFP+ links; VLAN 30 tagged on ports 1-7. Host side pairs this with active-backup bonds (fleet#4).
Root cause of the dead LACP/datapath (session 010): the E810 hosts never receive switch-to-host frames at the PHY level - ice driver in Safe Mode (no DDP package in IncusOS images) with 'Requested FEC: RS-FEC, Negotiated FEC: NONE' on 25G DACs forced to 10G. lab->switch works; switch->lab does not, on all six ports. RouterOS exonerated (verified on both 7.16.2 and 7.24; the 7.24 upgrade stands). Applied live via two-step (destroy bonds, then create ports); post-apply plan clean.